home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_2 / cdr_1_1.ads < prev    next >
Text File  |  1995-06-08  |  4KB  |  104 lines

  1.            ADS Zone: 1
  2.      ADS Hatch Site: Paul Miller
  3.        ADS Position: ADS Zone 1 STAR
  4.            BBS Name: Lonely Mountain BBS
  5.     Phone Number(s): 804-827-0726
  6.     Network Address: 1:271/292  
  7.      Network Region: 13    
  8.           BBS Hours: 24 Hrs/Day
  9. BBS Mailer/Software: Mebbs-Net Pro BBS
  10.   BBS Storage Space: 2250 Megs + 8 CD Roms
  11.   File Requestable :  <X> Y     < > N
  12. File Request Hours : All The Time
  13. Short:    Allows access to AMIGA CD-ROMs on IBM-PC machines includes source.
  14. Author:   neil@floydian.demon.co.uk
  15. Uploader: neil@floydian.demon.co.uk
  16. Type:     disk/cdrom
  17.  
  18.                                       CDR
  19.                     An AMIGA CD-ROM reader for IBM-PC systems
  20.                                    Version 1.1
  21.                              (c) 1995 Neil Balharrie
  22.  
  23. Fred Fish is given permission to include this software within his software
  24. library (both disk and CD-ROM). Especially as it allows access to his CD-ROMs.
  25.  
  26. 0.    Disclaimer & Warranty
  27.  
  28. This software comes with absolutely no warranty, and is covered by the GNU FSF
  29. license. If you modify this program you MUST make available the source. I also
  30. ask that you take the time to send me your modified source so that I may
  31. include all the updates, and then periodically release a new all-encompassing
  32. version. If you do not modify the code but make use of it, you are asked to
  33. send me a message at the following address:
  34.  
  35. neil@floydian.demon.co.uk
  36.  
  37. There is a version of this software available for UN*X, which can be obtained by
  38. sending a message to neil@floydian.demon.co.uk requesting the UN*X version of CDR.
  39.  
  40. 1.    Introduction
  41.  
  42. If you use this software you are requested to send a message to the address
  43. given in the of the previous section. CDR was written after the initial shock
  44. of not being able to access the GOLD FISH CD-ROM on the UN*X system at work,
  45. (I can't yet afford a CD-ROM drive for the AMIGA). The software has
  46. succesfully been used with the following AMIGA CD-ROMs:
  47.  
  48.   GOLD FISH (Apr 1994),
  49.   Fresh Fish No.4,
  50.   AMINET III (Jul 94),
  51.   AMIGA User International Cover CD-ROM.
  52.  
  53. CDR allows the user to access the CD-ROM through a mini command line (similar
  54. in operation to ftp), providing commands to extract a file from the CD-ROM,
  55. navigate through the directory structure, examine files directly from the
  56. CD-ROM (without copying them off), and display the CD-ROM descriptor.
  57.  
  58. - Navigate through the CD-ROM directories using cd, ls and ll,
  59. - Copy files from the CD-ROM to a previously defined directory,
  60. - Execute CDR script files, allowing the automation of file extraction,
  61. - Wildcards are supported when accessing files. The wildcards are standard
  62.   UN*X * and ?,
  63. - Auto-execute an initialisation script if it exists,
  64.  
  65. A more complete set of instructions will be written for the next release.
  66.  
  67. 2. What's needed
  68.  
  69. A PC running MS-DOS v3.2 or greater.
  70. A CD-ROM drive, and driver software, with MSCDEX v2 running.
  71.  
  72. 3.    Commands available
  73.  
  74. The following commands are available within CDR:
  75. quit            quits the program
  76. voldesc            prints the CD-ROM volume descriptor
  77. ls            provides a directory listing similar to ls on UN*X
  78. ll            provides an full directory listing like DIR, ls -l on UN*X
  79. ex              provides an extremely detailed directory listing
  80. cd directory    changes directory to directory
  81. pod            displays the current directory files are being copied to
  82. cod directory    changes the directory files are being copied into
  83. more file    displays the contents of the file file on the terminal
  84. m file            as for more
  85. iget file       Interactively get the specified file and place it in the cod
  86. get file    copies the specified file from the CD-ROM into the output
  87.                 directory
  88. exec file    executes the specified script file
  89. help            displays text giving details of the commands available.
  90.  
  91. 3.      Contributing
  92.  
  93. If you feel you have enhanced the software in a useful way then you are
  94. requested to send your new version, or diffs to the snail-mail address above.
  95. I will then compile the changes into a new enhanced version which will be
  96. released officially.
  97.  
  98. 4.    Compiling CDR
  99.  
  100. The source and makefile for Visual C++ v1.51 is included. You are allowed to use
  101. and modify the source as much as you wish however, I would be grateful if you
  102. would let me know how you have used the code and a copy of the program would be
  103. appreciated.
  104.